﻿2026-07-01T11:24:26.3758820Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-01T11:24:26.3759241Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-01T11:24:26.3759475Z [36;1m$PIN = "0c95435"[0m
2026-07-01T11:24:26.3759729Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-01T11:24:26.3759991Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-01T11:24:26.3760342Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-01T11:24:26.3760736Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-01T11:24:26.3761037Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-01T11:24:26.3761311Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-01T11:24:26.3761562Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-01T11:24:26.3761852Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-01T11:24:26.3762145Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-01T11:24:26.3762500Z [36;1m}[0m
2026-07-01T11:24:26.3762724Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-01T11:24:26.3763002Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T11:24:26.3831746Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-01T11:24:26.3832178Z ##[endgroup]
2026-07-01T11:24:27.4789330Z    Compiling proc-macro2 v1.0.106
2026-07-01T11:24:27.4789798Z    Compiling quote v1.0.45
2026-07-01T11:24:27.4790096Z    Compiling unicode-ident v1.0.24
2026-07-01T11:24:27.4790495Z    Compiling cfg-if v1.0.4
2026-07-01T11:24:27.4790782Z    Compiling serde_core v1.0.228
2026-07-01T11:24:27.4791120Z    Compiling serde v1.0.228
2026-07-01T11:24:27.4791422Z    Compiling windows-link v0.2.1
2026-07-01T11:24:27.4791746Z    Compiling typenum v1.20.1
2026-07-01T11:24:27.4792257Z    Compiling getrandom v0.3.4
2026-07-01T11:24:27.4792752Z    Compiling portable-atomic v1.13.1
2026-07-01T11:24:27.4793284Z    Compiling pin-project-lite v0.2.17
2026-07-01T11:24:27.4794008Z    Compiling version_check v0.9.5
2026-07-01T11:24:27.4794459Z    Compiling find-msvc-tools v0.1.9
2026-07-01T11:24:27.4795654Z    Compiling critical-section v1.2.0
2026-07-01T11:24:27.4796552Z    Compiling memchr v2.8.1
2026-07-01T11:24:27.4807299Z    Compiling shlex v2.0.1
2026-07-01T11:24:27.6231767Z    Compiling windows-sys v0.61.2
2026-07-01T11:24:27.6409908Z    Compiling subtle v2.6.1
2026-07-01T11:24:27.6410384Z    Compiling smallvec v1.15.1
2026-07-01T11:24:27.6504559Z    Compiling equivalent v1.0.2
2026-07-01T11:24:27.6961651Z    Compiling futures-core v0.3.32
2026-07-01T11:24:27.7738855Z    Compiling bytes v1.11.1
2026-07-01T11:24:27.7893219Z    Compiling itoa v1.0.18
2026-07-01T11:24:27.8397070Z    Compiling semver v1.0.28
2026-07-01T11:24:27.8633890Z    Compiling stable_deref_trait v1.2.1
2026-07-01T11:24:27.9378766Z    Compiling log v0.4.32
2026-07-01T11:24:27.9474075Z    Compiling generic-array v0.14.7
2026-07-01T11:24:27.9571236Z    Compiling futures-io v0.3.32
2026-07-01T11:24:27.9854203Z    Compiling slab v0.4.12
2026-07-01T11:24:28.1773695Z    Compiling rustc_version v0.4.1
2026-07-01T11:24:28.1836618Z    Compiling futures-sink v0.3.32
2026-07-01T11:24:28.1854545Z    Compiling futures-task v0.3.32
2026-07-01T11:24:28.2018937Z    Compiling hashbrown v0.17.1
2026-07-01T11:24:28.2729289Z    Compiling futures-channel v0.3.32
2026-07-01T11:24:28.3012785Z    Compiling rustversion v1.0.22
2026-07-01T11:24:28.3795198Z    Compiling getrandom v0.2.17
2026-07-01T11:24:28.4844053Z    Compiling cpufeatures v0.2.17
2026-07-01T11:24:28.4897038Z    Compiling fnv v1.0.7
2026-07-01T11:24:28.5089389Z    Compiling libc v0.2.186
2026-07-01T11:24:28.5504296Z    Compiling strsim v0.11.1
2026-07-01T11:24:28.5727562Z    Compiling rand_core v0.10.1
2026-07-01T11:24:28.5777177Z    Compiling cfg_aliases v0.2.1
2026-07-01T11:24:29.0219240Z    Compiling litemap v0.8.2
2026-07-01T11:24:29.2779968Z    Compiling jobserver v0.1.34
2026-07-01T11:24:29.3055940Z    Compiling writeable v0.6.3
2026-07-01T11:24:29.3057998Z    Compiling autocfg v1.5.1
2026-07-01T11:24:29.3121906Z    Compiling icu_properties_data v2.2.0
2026-07-01T11:24:29.3454531Z    Compiling dunce v1.0.5
2026-07-01T11:24:29.3493422Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T11:24:29.3660651Z    Compiling fs_extra v1.3.0
2026-07-01T11:24:29.4208394Z    Compiling getrandom v0.4.2
2026-07-01T11:24:29.5936606Z    Compiling cc v1.2.63
2026-07-01T11:24:29.6007713Z    Compiling indexmap v2.14.0
2026-07-01T11:24:29.6217267Z    Compiling ident_case v1.0.1
2026-07-01T11:24:29.7035386Z    Compiling utf8_iter v1.0.4
2026-07-01T11:24:29.7177321Z    Compiling percent-encoding v2.3.2
2026-07-01T11:24:29.7214031Z    Compiling http v1.4.1
2026-07-01T11:24:29.7293483Z    Compiling unicode-segmentation v1.13.3
2026-07-01T11:24:29.8593204Z    Compiling crypto-common v0.1.7
2026-07-01T11:24:29.9059202Z    Compiling aws-lc-rs v1.17.0
2026-07-01T11:24:29.9815242Z    Compiling thiserror v2.0.18
2026-07-01T11:24:30.0204160Z    Compiling syn v2.0.117
2026-07-01T11:24:30.1249278Z    Compiling cpufeatures v0.3.0
2026-07-01T11:24:30.1655682Z    Compiling scopeguard v1.2.0
2026-07-01T11:24:30.1722972Z    Compiling form_urlencoded v1.2.2
2026-07-01T11:24:30.2018093Z    Compiling chacha20 v0.10.0
2026-07-01T11:24:30.2106062Z    Compiling block-buffer v0.10.4
2026-07-01T11:24:30.2487047Z    Compiling lock_api v0.4.14
2026-07-01T11:24:30.3265446Z    Compiling winapi v0.3.9
2026-07-01T11:24:30.3774525Z    Compiling cmake v0.1.58
2026-07-01T11:24:30.3838472Z    Compiling bitflags v2.12.1
2026-07-01T11:24:30.3995851Z    Compiling untrusted v0.9.0
2026-07-01T11:24:30.4638556Z    Compiling rand v0.10.1
2026-07-01T11:24:30.4960719Z    Compiling digest v0.10.7
2026-07-01T11:24:30.5095131Z    Compiling num-traits v0.2.19
2026-07-01T11:24:30.5638971Z    Compiling windows-strings v0.5.1
2026-07-01T11:24:30.5851058Z    Compiling windows-result v0.4.1
2026-07-01T11:24:30.6534314Z    Compiling heck v0.5.0
2026-07-01T11:24:30.8125034Z    Compiling rustls v0.23.40
2026-07-01T11:24:31.0311426Z    Compiling convert_case v0.10.0
2026-07-01T11:24:31.1448405Z    Compiling anyhow v1.0.102
2026-07-01T11:24:31.1594484Z    Compiling atomic-waker v1.1.2
2026-07-01T11:24:31.2203465Z    Compiling const-oid v0.10.2
2026-07-01T11:24:31.2552596Z    Compiling unicode-xid v0.2.6
2026-07-01T11:24:31.3516939Z    Compiling parking_lot_core v0.9.12
2026-07-01T11:24:31.3683985Z    Compiling httparse v1.10.1
2026-07-01T11:24:31.3733425Z    Compiling aws-lc-sys v0.41.0
2026-07-01T11:24:31.3920015Z    Compiling ring v0.17.14
2026-07-01T11:24:31.4110765Z    Compiling zerocopy v0.8.50
2026-07-01T11:24:31.4233190Z    Compiling http-body v1.0.1
2026-07-01T11:24:31.4623630Z    Compiling hybrid-array v0.4.12
2026-07-01T11:24:31.4653306Z    Compiling curve25519-dalek v4.1.3
2026-07-01T11:24:31.5399290Z    Compiling ahash v0.8.12
2026-07-01T11:24:31.5630652Z    Compiling fastrand v2.4.1
2026-07-01T11:24:31.5947687Z    Compiling base64ct v1.8.3
2026-07-01T11:24:31.6274768Z    Compiling powerfmt v0.2.0
2026-07-01T11:24:31.9399039Z    Compiling either v1.16.0
2026-07-01T11:24:31.9465160Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T11:24:32.0133737Z    Compiling deranged v0.5.8
2026-07-01T11:24:32.0935057Z    Compiling rand_core v0.6.4
2026-07-01T11:24:32.1686449Z    Compiling data-encoding v2.11.0
2026-07-01T11:24:32.2057558Z    Compiling time-core v0.1.8
2026-07-01T11:24:32.2733484Z    Compiling tinyvec_macros v0.1.1
2026-07-01T11:24:32.3527436Z    Compiling vcpkg v0.2.15
2026-07-01T11:24:32.4149254Z    Compiling pkg-config v0.3.33
2026-07-01T11:24:32.4355454Z    Compiling try-lock v0.2.5
2026-07-01T11:24:32.4474508Z    Compiling zmij v1.0.21
2026-07-01T11:24:32.5017000Z    Compiling base64 v0.22.1
2026-07-01T11:24:32.5770444Z    Compiling tower-service v0.3.3
2026-07-01T11:24:32.6154632Z    Compiling num-conv v0.2.2
2026-07-01T11:24:32.6618071Z    Compiling want v0.3.1
2026-07-01T11:24:32.6916889Z    Compiling tinyvec v1.11.0
2026-07-01T11:24:32.7543849Z    Compiling parking_lot v0.12.5
2026-07-01T11:24:32.8368580Z    Compiling block-buffer v0.12.0
2026-07-01T11:24:32.8913765Z    Compiling crypto-common v0.2.2
2026-07-01T11:24:33.0073540Z    Compiling sha2 v0.10.9
2026-07-01T11:24:33.0221754Z    Compiling vergen-lib v9.1.0
2026-07-01T11:24:33.0947014Z    Compiling inout v0.1.4
2026-07-01T11:24:33.3003481Z    Compiling n0-future v0.3.2
2026-07-01T11:24:33.3416794Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-01T11:24:33.3449361Z    Compiling signature v2.2.0
2026-07-01T11:24:33.3676736Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T11:24:33.4172315Z    Compiling httpdate v1.0.3
2026-07-01T11:24:33.4396267Z    Compiling spin v0.10.0
2026-07-01T11:24:33.5784712Z    Compiling synstructure v0.13.2
2026-07-01T11:24:33.5833193Z    Compiling darling_core v0.20.11
2026-07-01T11:24:33.6114723Z    Compiling winnow v1.0.3
2026-07-01T11:24:33.6789486Z    Compiling parking v2.2.1
2026-07-01T11:24:33.7308177Z    Compiling crossbeam-utils v0.8.21
2026-07-01T11:24:33.7374372Z    Compiling serde_json v1.0.150
2026-07-01T11:24:33.8307701Z    Compiling diatomic-waker v0.2.3
2026-07-01T11:24:33.8732194Z    Compiling cordyceps v0.3.4
2026-07-01T11:24:34.0293633Z    Compiling futures-lite v2.6.1
2026-07-01T11:24:34.0406291Z    Compiling digest v0.11.3
2026-07-01T11:24:34.1797719Z    Compiling futures-buffered v0.2.13
2026-07-01T11:24:34.2358932Z    Compiling ed25519 v2.2.3
2026-07-01T11:24:34.3536659Z    Compiling cipher v0.4.4
2026-07-01T11:24:34.4319369Z    Compiling vergen v9.1.0
2026-07-01T11:24:34.5460950Z    Compiling vergen-lib v0.1.6
2026-07-01T11:24:34.5997441Z    Compiling universal-hash v0.5.1
2026-07-01T11:24:34.6329374Z    Compiling noq-udp v0.10.0
2026-07-01T11:24:34.6485016Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T11:24:34.6930433Z    Compiling socket2 v0.6.4
2026-07-01T11:24:34.7127012Z    Compiling mio v1.2.1
2026-07-01T11:24:34.8300811Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T11:24:35.0030883Z    Compiling heapless v0.7.17
2026-07-01T11:24:35.0442407Z    Compiling sync_wrapper v1.0.2
2026-07-01T11:24:35.0976572Z    Compiling allocator-api2 v0.2.21
2026-07-01T11:24:35.1169878Z    Compiling byteorder v1.5.0
2026-07-01T11:24:35.1919559Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T11:24:35.2898684Z    Compiling opaque-debug v0.3.1
2026-07-01T11:24:35.4006022Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T11:24:35.4272372Z    Compiling polyval v0.6.2
2026-07-01T11:24:35.4624393Z    Compiling hash32 v0.2.1
2026-07-01T11:24:35.6938113Z    Compiling vergen-gitcl v1.0.8
2026-07-01T11:24:35.7561835Z    Compiling spin v0.9.8
2026-07-01T11:24:35.7562432Z    Compiling windows-threading v0.2.1
2026-07-01T11:24:35.7635043Z    Compiling signature v3.0.0
2026-07-01T11:24:35.7869762Z    Compiling fallible-iterator v0.3.0
2026-07-01T11:24:35.9069845Z    Compiling tower-layer v0.3.3
2026-07-01T11:24:35.9186194Z    Compiling ryu v1.0.23
2026-07-01T11:24:36.0338353Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T11:24:36.1537931Z    Compiling proc-macro-crate v3.5.0
2026-07-01T11:24:36.1661097Z    Compiling windows-targets v0.52.6
2026-07-01T11:24:36.1891209Z    Compiling ghash v0.5.1
2026-07-01T11:24:36.2221133Z    Compiling aes v0.8.4
2026-07-01T11:24:36.2676537Z    Compiling ctr v0.9.2
2026-07-01T11:24:36.3470027Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T11:24:36.3567938Z    Compiling fs2 v0.4.3
2026-07-01T11:24:36.3970782Z    Compiling time v0.3.47
2026-07-01T11:24:36.3971308Z    Compiling serde_derive v1.0.228
2026-07-01T11:24:36.4040600Z    Compiling zeroize_derive v1.4.3
2026-07-01T11:24:36.5338190Z    Compiling zerofrom-derive v0.1.7
2026-07-01T11:24:36.5338702Z    Compiling yoke-derive v0.8.2
2026-07-01T11:24:36.6818749Z    Compiling tokio-macros v2.7.0
2026-07-01T11:24:36.8635653Z    Compiling futures-macro v0.3.32
2026-07-01T11:24:36.9226469Z    Compiling zerovec-derive v0.11.3
2026-07-01T11:24:36.9262830Z    Compiling displaydoc v0.2.6
2026-07-01T11:24:36.9615351Z    Compiling tracing-attributes v0.1.31
2026-07-01T11:24:37.0102100Z    Compiling thiserror-impl v2.0.18
2026-07-01T11:24:37.0635447Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T11:24:37.3518022Z    Compiling zeroize v1.8.2
2026-07-01T11:24:37.5956762Z    Compiling tokio v1.52.3
2026-07-01T11:24:37.6272687Z    Compiling rustls-pki-types v1.14.1
2026-07-01T11:24:37.6840016Z    Compiling darling_macro v0.20.11
2026-07-01T11:24:37.6984278Z    Compiling derive_more-impl v2.1.1
2026-07-01T11:24:37.8157856Z    Compiling spez v0.1.2
2026-07-01T11:24:37.8803644Z    Compiling futures-util v0.3.32
2026-07-01T11:24:37.8976098Z    Compiling windows-interface v0.59.3
2026-07-01T11:24:38.0714676Z    Compiling n0-error-macros v0.1.3
2026-07-01T11:24:38.3335315Z    Compiling darling v0.20.11
2026-07-01T11:24:38.3355214Z    Compiling zerofrom v0.1.8
2026-07-01T11:24:38.3793881Z    Compiling windows-implement v0.60.2
2026-07-01T11:24:38.4890325Z    Compiling der v0.8.0-rc.10
2026-07-01T11:24:38.7034412Z    Compiling yoke v0.8.3
2026-07-01T11:24:38.7170214Z    Compiling derive_builder_core v0.20.2
2026-07-01T11:24:38.7371152Z    Compiling pin-project-internal v1.1.13
2026-07-01T11:24:38.9343700Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T11:24:39.2360185Z    Compiling zerovec v0.11.6
2026-07-01T11:24:39.2674112Z    Compiling zerotrie v0.2.4
2026-07-01T11:24:39.2749976Z    Compiling cobs v0.3.0
2026-07-01T11:24:39.3323181Z    Compiling windows-core v0.62.2
2026-07-01T11:24:39.3748075Z    Compiling n0-error v0.1.3
2026-07-01T11:24:39.5558666Z    Compiling ed25519-dalek v2.2.0
2026-07-01T11:24:39.6111119Z    Compiling postcard-derive v0.2.2
2026-07-01T11:24:39.6599999Z    Compiling http-body-util v0.1.3
2026-07-01T11:24:39.8091062Z    Compiling tinystr v0.8.3
2026-07-01T11:24:39.9425439Z    Compiling potential_utf v0.1.5
2026-07-01T11:24:39.9988384Z    Compiling icu_locale_core v2.2.0
2026-07-01T11:24:40.0079939Z    Compiling spki v0.8.0-rc.4
2026-07-01T11:24:40.0700713Z    Compiling icu_collections v2.2.0
2026-07-01T11:24:40.0765743Z    Compiling derive_builder_macro v0.20.2
2026-07-01T11:24:40.1062966Z    Compiling windows-future v0.3.2
2026-07-01T11:24:40.1607136Z    Compiling windows-numerics v0.3.1
2026-07-01T11:24:40.2327719Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T11:24:40.2958955Z    Compiling pin-project v1.1.13
2026-07-01T11:24:40.3102382Z    Compiling windows-collections v0.3.2
2026-07-01T11:24:40.3851594Z    Compiling spt-proto v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-01T11:24:40.3882905Z    Compiling aead v0.5.2
2026-07-01T11:24:40.4580103Z    Compiling utf8parse v0.2.2
2026-07-01T11:24:40.5132784Z    Compiling widestring v1.2.1
2026-07-01T11:24:40.5504339Z    Compiling arrayvec v0.7.6
2026-07-01T11:24:40.6517907Z    Compiling ipconfig v0.3.4
2026-07-01T11:24:40.6691009Z    Compiling aes-gcm v0.10.3
2026-07-01T11:24:40.6827789Z    Compiling data-encoding-macro v0.1.20
2026-07-01T11:24:40.6976214Z    Compiling derive_builder v0.20.2
2026-07-01T11:24:40.9198048Z    Compiling futures-executor v0.3.32
2026-07-01T11:24:40.9418534Z    Compiling windows v0.62.2
2026-07-01T11:24:40.9957730Z    Compiling icu_provider v2.2.0
2026-07-01T11:24:40.9968520Z    Compiling num_enum_derive v0.7.6
2026-07-01T11:24:41.0450770Z    Compiling enum-assoc v1.3.0
2026-07-01T11:24:41.1050458Z    Compiling futures v0.3.32
2026-07-01T11:24:41.2785445Z    Compiling icu_properties v2.2.0
2026-07-01T11:24:41.2901756Z    Compiling icu_normalizer v2.2.0
2026-07-01T11:24:41.3407632Z    Compiling ipnet v2.12.0
2026-07-01T11:24:41.4364351Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T11:24:41.8303826Z    Compiling once_cell v1.21.4
2026-07-01T11:24:41.8785971Z    Compiling tokio-util v0.7.18
2026-07-01T11:24:42.0199886Z    Compiling tracing-core v0.1.36
2026-07-01T11:24:42.1215068Z    Compiling prefix-trie v0.8.4
2026-07-01T11:24:42.1660737Z    Compiling derive_more v2.1.1
2026-07-01T11:24:42.1709560Z    Compiling postcard v1.1.3
2026-07-01T11:24:42.3700510Z    Compiling hashbrown v0.14.5
2026-07-01T11:24:42.3744834Z    Compiling tower v0.5.3
2026-07-01T11:24:42.4066528Z    Compiling tracing v0.1.44
2026-07-01T11:24:42.4903114Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T11:24:42.6274664Z    Compiling idna_adapter v1.2.2
2026-07-01T11:24:42.7414452Z    Compiling idna v1.1.0
2026-07-01T11:24:42.8070663Z    Compiling h2 v0.4.14
2026-07-01T11:24:42.9468528Z    Compiling chrono v0.4.45
2026-07-01T11:24:42.9525628Z    Compiling strum_macros v0.28.0
2026-07-01T11:24:43.0629702Z    Compiling url v2.5.8
2026-07-01T11:24:43.0891326Z    Compiling hashlink v0.9.1
2026-07-01T11:24:43.1830003Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T11:24:43.2021521Z    Compiling async-trait v0.1.89
2026-07-01T11:24:43.2990954Z    Compiling windows-sys v0.59.0
2026-07-01T11:24:43.3031750Z    Compiling crossbeam-channel v0.5.15
2026-07-01T11:24:43.4904369Z    Compiling rusqlite v0.32.1
2026-07-01T11:24:43.5488835Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T11:24:43.5560878Z    Compiling blake3 v1.8.5
2026-07-01T11:24:43.7204087Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T11:24:43.7553710Z    Compiling windows-registry v0.6.1
2026-07-01T11:24:44.0459982Z    Compiling uuid v1.23.2
2026-07-01T11:24:44.1082057Z    Compiling memoffset v0.6.5
2026-07-01T11:24:44.1290112Z    Compiling noq v0.18.0
2026-07-01T11:24:44.1802834Z    Compiling netwatch v0.16.0
2026-07-01T11:24:44.2418528Z    Compiling acto v0.8.2
2026-07-01T11:24:44.5087418Z    Compiling spt-store v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-01T11:24:44.5088355Z    Compiling foldhash v0.2.0
2026-07-01T11:24:44.5549855Z    Compiling tagptr v0.2.0
2026-07-01T11:24:44.5619574Z    Compiling xml-rs v0.8.28
2026-07-01T11:24:44.5952844Z    Compiling rustc-hash v2.1.2
2026-07-01T11:24:44.6367741Z    Compiling thiserror v1.0.69
2026-07-01T11:24:44.6542287Z    Compiling lru-slab v0.1.2
2026-07-01T11:24:44.7318461Z    Compiling ref-cast v1.0.25
2026-07-01T11:24:44.7734981Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T11:24:44.7735536Z    Compiling mac-addr v0.3.0
2026-07-01T11:24:44.8107725Z    Compiling identity-hash v0.1.0
2026-07-01T11:24:44.8532065Z    Compiling moka v0.12.15
2026-07-01T11:24:44.9440093Z    Compiling netdev v0.42.0
2026-07-01T11:24:44.9651024Z    Compiling hashbrown v0.16.1
2026-07-01T11:24:45.2668824Z    Compiling xmltree v0.10.3
2026-07-01T11:24:45.4305737Z    Compiling strum v0.28.0
2026-07-01T11:24:45.5490547Z    Compiling iroh-metrics v0.38.3
2026-07-01T11:24:45.5491053Z    Compiling iroh-base v0.98.0
2026-07-01T11:24:45.5737773Z    Compiling tower-http v0.6.11
2026-07-01T11:24:45.7057530Z    Compiling attohttpc v0.30.1
2026-07-01T11:24:45.7613677Z    Compiling iroh-relay v0.98.0
2026-07-01T11:24:45.8690871Z    Compiling n0-watcher v0.6.1
2026-07-01T11:24:45.8692064Z    Compiling tokio-stream v0.1.18
2026-07-01T11:24:46.0253737Z    Compiling num_enum v0.7.6
2026-07-01T11:24:46.0879462Z    Compiling toml_datetime v0.6.11
2026-07-01T11:24:46.2126592Z    Compiling serde_spanned v0.6.9
2026-07-01T11:24:46.3750737Z    Compiling thiserror-impl v1.0.69
2026-07-01T11:24:46.3875499Z    Compiling ref-cast-impl v1.0.25
2026-07-01T11:24:46.4126476Z    Compiling serde_derive_internals v0.29.1
2026-07-01T11:24:46.4495065Z    Compiling simple-dns v0.9.3
2026-07-01T11:24:46.4679851Z    Compiling serial-core v0.4.0
2026-07-01T11:24:46.4970020Z    Compiling hyper v1.10.1
2026-07-01T11:24:46.5205199Z    Compiling spt-msg v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-01T11:24:46.5618290Z    Compiling aho-corasick v1.1.4
2026-07-01T11:24:46.7780508Z    Compiling resolv-conf v0.7.6
2026-07-01T11:24:47.0523813Z    Compiling toml_write v0.1.2
2026-07-01T11:24:47.0764092Z    Compiling constant_time_eq v0.4.2
2026-07-01T11:24:47.1104046Z    Compiling winreg v0.10.1
2026-07-01T11:24:47.3125626Z    Compiling sha1_smol v1.0.1
2026-07-01T11:24:47.3425081Z    Compiling arrayref v0.3.9
2026-07-01T11:24:47.4080479Z    Compiling regex-syntax v0.8.10
2026-07-01T11:24:47.4181210Z    Compiling winnow v0.7.15
2026-07-01T11:24:47.5095153Z    Compiling simdutf8 v0.1.5
2026-07-01T11:24:47.6325820Z    Compiling smol_str v0.1.24
2026-07-01T11:24:47.7508803Z    Compiling schemars_derive v1.2.1
2026-07-01T11:24:47.8212580Z    Compiling hyper-util v0.1.20
2026-07-01T11:24:48.0677211Z    Compiling iroh-dns v0.98.0
2026-07-01T11:24:48.3954539Z    Compiling serial-windows v0.4.0
2026-07-01T11:24:48.7032703Z    Compiling lru v0.16.4
2026-07-01T11:24:48.7085595Z    Compiling webpki-roots v1.0.7
2026-07-01T11:24:48.8262999Z    Compiling seize v0.5.1
2026-07-01T11:24:48.8990203Z    Compiling darling_core v0.23.0
2026-07-01T11:24:49.0096593Z    Compiling serde_bytes v0.11.19
2026-07-01T11:24:49.1445372Z    Compiling hmac v0.12.1
2026-07-01T11:24:49.1793967Z    Compiling iroh v0.98.2
2026-07-01T11:24:49.2338935Z    Compiling igd-next v0.17.1
2026-07-01T11:24:49.2924927Z    Compiling regex-automata v0.4.14
2026-07-01T11:24:49.3009645Z    Compiling toml_edit v0.22.27
2026-07-01T11:24:49.3332351Z    Compiling anstyle v1.0.14
2026-07-01T11:24:49.3685558Z    Compiling pin-utils v0.1.0
2026-07-01T11:24:49.3877975Z    Compiling cmov v0.5.4
2026-07-01T11:24:49.5006582Z    Compiling once_cell_polyfill v1.70.2
2026-07-01T11:24:49.5724842Z    Compiling bitflags v1.3.2
2026-07-01T11:24:49.6014592Z    Compiling lazy_static v1.5.0
2026-07-01T11:24:49.6194779Z    Compiling dyn-clone v1.0.20
2026-07-01T11:24:49.6957555Z    Compiling ctutils v0.4.2
2026-07-01T11:24:49.7220574Z    Compiling shared_library v0.1.9
2026-07-01T11:24:49.7642119Z    Compiling nix v0.25.1
2026-07-01T11:24:49.7642572Z    Compiling schemars v1.2.1
2026-07-01T11:24:49.7940234Z    Compiling anstyle-wincon v3.0.11
2026-07-01T11:24:49.8565696Z    Compiling hkdf v0.12.4
2026-07-01T11:24:49.9101303Z    Compiling papaya v0.2.4
2026-07-01T11:24:49.9395763Z    Compiling serial v0.4.0
2026-07-01T11:24:49.9674053Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T11:24:49.9823012Z    Compiling filedescriptor v0.8.3
2026-07-01T11:24:50.0777796Z    Compiling backon v1.6.0
2026-07-01T11:24:50.1246289Z    Compiling anstyle-parse v1.0.0
2026-07-01T11:24:50.2488424Z    Compiling anstyle-query v1.1.5
2026-07-01T11:24:50.3490955Z    Compiling wmi v0.18.4
2026-07-01T11:24:50.3542273Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T11:24:50.3729771Z    Compiling instability v0.3.12
2026-07-01T11:24:50.3730235Z    Compiling paste v1.0.15
2026-07-01T11:24:50.4498210Z    Compiling foldhash v0.1.5
2026-07-01T11:24:50.6326613Z    Compiling downcast-rs v1.2.1
2026-07-01T11:24:50.6355006Z    Compiling colorchoice v1.0.5
2026-07-01T11:24:50.6855664Z    Compiling shell-words v1.1.1
2026-07-01T11:24:50.7298043Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T11:24:50.7710778Z    Compiling vte v0.13.1
2026-07-01T11:24:50.7963195Z    Compiling anstream v1.0.0
2026-07-01T11:24:50.8538435Z    Compiling portable-pty v0.8.1
2026-07-01T11:24:50.9924194Z    Compiling hashbrown v0.15.5
2026-07-01T11:24:51.0161120Z    Compiling spake2 v0.4.0
2026-07-01T11:24:51.3926166Z    Compiling regex v1.12.3
2026-07-01T11:24:51.7306833Z    Compiling toml v0.8.23
2026-07-01T11:24:51.7307276Z    Compiling strum_macros v0.26.4
2026-07-01T11:24:51.7403076Z    Compiling terminal_size v0.4.4
2026-07-01T11:24:52.0494921Z    Compiling crossterm_winapi v0.9.1
2026-07-01T11:24:52.1790225Z    Compiling portmapper v0.16.0
2026-07-01T11:24:52.4109513Z    Compiling spt-runtime v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-01T11:24:52.4290011Z    Compiling itertools v0.13.0
2026-07-01T11:24:52.5077668Z    Compiling darling_macro v0.23.0
2026-07-01T11:24:52.5409415Z    Compiling sha1 v0.10.6
2026-07-01T11:24:52.5704829Z    Compiling castaway v0.2.4
2026-07-01T11:24:52.7338651Z    Compiling doctest-file v1.1.1
2026-07-01T11:24:52.8246541Z    Compiling recvmsg v1.0.0
2026-07-01T11:24:52.8917842Z    Compiling static_assertions v1.1.0
2026-07-01T11:24:53.0088581Z    Compiling indoc v2.0.7
2026-07-01T11:24:53.0426057Z    Compiling darling v0.23.0
2026-07-01T11:24:53.5546272Z    Compiling clap_lex v1.1.0
2026-07-01T11:24:53.6384968Z    Compiling unicode-width v0.1.14
2026-07-01T11:24:53.7410449Z    Compiling interprocess v2.4.2
2026-07-01T11:24:53.7590651Z    Compiling clap_builder v4.6.0
2026-07-01T11:24:53.9225498Z    Compiling unicode-truncate v1.1.0
2026-07-01T11:24:53.9587689Z    Compiling compact_str v0.8.2
2026-07-01T11:24:53.9588371Z    Compiling crossterm v0.28.1
2026-07-01T11:24:54.1839511Z    Compiling lru v0.12.5
2026-07-01T11:24:54.2434182Z    Compiling strum v0.26.3
2026-07-01T11:24:54.4378543Z    Compiling spt-term v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-01T11:24:54.4920785Z    Compiling spt-live v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-01T11:24:54.7063295Z    Compiling clap_derive v4.6.1
2026-07-01T11:24:54.8540507Z    Compiling error-code v3.3.2
2026-07-01T11:24:55.0515120Z    Compiling cassowary v0.3.0
2026-07-01T11:24:55.0686963Z    Compiling unicode-width v0.2.0
2026-07-01T11:24:55.2216643Z    Compiling clipboard-win v5.4.1
2026-07-01T11:24:55.2363190Z    Compiling nucleo-matcher v0.3.1
2026-07-01T11:24:55.2876336Z    Compiling ratatui v0.29.0
2026-07-01T11:24:55.3586661Z    Compiling qrcode v0.14.1
2026-07-01T11:24:55.4554810Z    Compiling tempfile v3.27.0
2026-07-01T11:24:56.5729417Z    Compiling clap v4.6.1
2026-07-01T11:25:07.8010714Z    Compiling rustls-webpki v0.103.13
2026-07-01T11:25:10.0451611Z    Compiling tokio-rustls v0.26.4
2026-07-01T11:25:10.0451945Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T11:25:10.0452222Z    Compiling noq-proto v0.17.0
2026-07-01T11:25:10.1880256Z    Compiling hyper-rustls v0.27.9
2026-07-01T11:25:10.1880769Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T11:25:10.1881147Z    Compiling tokio-websockets v0.13.2
2026-07-01T11:25:10.3233490Z    Compiling reqwest v0.13.4
2026-07-01T11:25:11.2754698Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T11:25:27.5706743Z    Compiling spt-net v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-01T11:25:28.9658346Z    Compiling spt-daemon v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-01T11:25:37.8783615Z    Compiling spt v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-01T11:25:45.1875362Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-07-01T11:25:45.2085287Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-b786fd094b9bf0e1.exe)
2026-07-01T11:25:45.2564145Z 
2026-07-01T11:25:45.2564465Z running 1 test
2026-07-01T11:25:53.0930087Z test new_brain_serves_against_old_broker ... ok
2026-07-01T11:25:53.0930335Z 
2026-07-01T11:25:53.0930582Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.84s
2026-07-01T11:25:53.0930834Z 
